[@main]
#IF
checklevel 21
#ACT
goto @cantenter
BREAK

#IF
checknamelist llc.txt
#ACT
goto @main1.2
BREAK

#IF
checknamelist llcdone.txt
#ACT
goto @canenter
BREAK

#ELSEACT
goto @main1

[@cantenter]
Welcome to RaGEZONE! Have a great day!

[@main1]
I have the ability to enter you in a world of monsters\
that can help you level up, given your current level\
you must complete a task for me before i can do this\
so, collect me 15 meat from any deer any purity, and\
i will grant you access!!!\
<Ok, I shall do that now!/@main1.1> | <No Thanks/@exit>


[@main1.1]
#ACT
addnamelist llc.txt
goto @main1.2

[@main1.2]
;#IF
;checkitem meat 5
#ACT
goto @hasmeat
#ELSEACT
goto @mainwaiting

[@mainwaiting]
Good Luck!!! 5 deer meet is all i need!!!

[@hasmeat]
#ACT
delnamelist llc.txt
addnamelist llcdone.txt
;take meat 5
goto @canenter

[@canenter]
#IF
checklevel 21
#ACT
goto @cantenter
BREAK

#ELSEACT
goto @canenter1

[@canenter1]
Well, would you like to go to the cave just for\
the people who have the inability to level such\
as yourself?\
<Yes please/@enter> | <Exit/@exit>

[@enter]
#IF
checkjob Wizard
#ACT
timerecall 25
give townteleport 1
mapmove F003
break

#IF
checkjob Warrior
#ACT
timerecall 25
give townteleport 1
mapmove F004
break

#IF
checkjob Taoist
#ACT
timerecall 25
give townteleport 1
mapmove F006
break


